AdwAnimationState

Describes the possible states of an [class@Animation].

The state can be controlled with [method@Animation.play], [method@Animation.pause], [method@Animation.resume], [method@Animation.reset] and [method@Animation.skip].

Values

ValueMeaning
IDLE0

The animation hasn't started yet.

PAUSED1

The animation has been paused.

PLAYING2

The animation is currently playing.

FINISHED3

The animation has finished.

Meta